how to upgrade pip in cmd

208

pip upgrade -

python -m pip install --upgrade pip

how to update pip version -

##find the python installed folder ,then cd that folder
python -m pip install --upgrade pip

Comments

Submit
0 Comments